home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / PrometheusSDK / Developer / include / clib / prometheus_protos.h
Encoding:
C/C++ Source or Header  |  2000-06-10  |  670 b   |  31 lines

  1. #ifndef  CLIB_PROMETHEUS_PROTOS_H
  2. #define  CLIB_PROMETHEUS_PROTOS_H
  3.  
  4. /*
  5. **    $VER: prometheus_protos.h 1.30 (17.1.2001)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 2000-2001 Matay.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef  EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16. #ifndef  UTILITY_TAGITEM_H
  17. #include <utility/tagitem.h>
  18. #endif
  19. #ifndef  LIBRARIES_PROMETHEUS_H
  20. #include <libraries/prometheus.h>
  21. #endif
  22. /
  23. /*--- functions in V1 or higher ---*/
  24.  
  25. /* Public entries */
  26.  
  27. APTR Prm_FindBoardTagList (APTR previous, struct TagItem* taglist);
  28. VOID Prm_GetBoardAttrsTagList (APTR board, struct TagItem* taglist);
  29.  
  30. #endif     /* CLIB_PROMETHEUS_PROTOS_H */
  31.